get /mint/organizations/{org_name}/suspended-developers
Lists suspended developers for an organization. See also Viewing all suspended developers using the API.
HTTP request
Path Parameters
org_name (required) | Organization name. |
Response Types
200:
OK
Body
List of suspended developers.
creationDate | Creation date in epoch format. |
devId | ID of the developer using a format similar to the following: |
id | ID of the suspended developer record. |
message | Message that describes the reason for the suspension. |
orgId | ID of the organization. |
prodId | ID of the API product. |
reasonCode | Reason code for the suspension. Valid codes include: |
ttlInSeconds | Amount of time (epoch format) in seconds that the suspension will be lifted. If the developer is suspended indefinitely, the value will be set to 2500 days in epoch format. |